| C1.CollectionView Assembly > C1.CollectionView Namespace : C1CollectionView<T> Class |
The following tables list the members exposed by C1CollectionView<T>.
| Name | Description | |
|---|---|---|
![]() | C1CollectionView<T> Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements in the collection. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<object>) |
![]() | CurrentItem | Gets or sets the current item in the view. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<object>) |
![]() | CurrentPosition | Gets the current position. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<object>) |
![]() | FilterExpression | Gets the filter expression applied to the data. |
![]() | GroupDescriptions | Gets the group descriptions applied to the data. |
![]() | HasMoreItems | Gets a value indicating whether this collection can load more items. (Inherited from C1.CollectionView.C1CollectionViewWithSource<T,object>) |
![]() | IsUpdating | Gets a value indicating whether the collection view is being updated. (Inherited from C1.CollectionView.C1CollectionViewWithSource<T,object>) |
![]() | Item | Gets the element at the specified index in the read-only list. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<object>) |
![]() | SortDescriptions | Gets the sort descriptions applied to the data. |
![]() | UseCPUsInParallel | Gets or sets whether the operations will be performed using CPU's in parallel. |
| Name | Description | |
|---|---|---|
![]() | AsPlain | Returns a ICollectionView<T> whose group items are inline with the data items. Otherwise the collection return the first level of groups and its items must be get from each of the group items. |
![]() | FilterAsync | Filters the data using specified filter expression. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<object>) |
![]() | GetItemType | Overridden. Gets the type of the item. |
![]() | GroupAsync | Groups the collection view according to the specified group descriptions. |
![]() | IndexOf | Gets the index of the specified item. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<object>) |
![]() | LoadMoreItemsAsync | Loads more items asynchronously. (Inherited from C1.CollectionView.C1CollectionViewWithSource<T,object>) |
![]() | MoveCurrentTo | Sets the specified item in the view as the current item. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<object>) |
![]() | MoveCurrentToFirst | Sets the first item in the view as the current item. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<object>) |
![]() | MoveCurrentToLast | Sets the last item in the view as the current item. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<object>) |
![]() | MoveCurrentToNext | Sets the item after the C1ReadOnlyCollectionViewBase<T>.CurrentItem in the view as the C1ReadOnlyCollectionViewBase<T>.CurrentItem. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<object>) |
![]() | MoveCurrentToPosition | Sets the item at the specified index in the view as the current item. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<object>) |
![]() | MoveCurrentToPrevious | Sets the item before the C1ReadOnlyCollectionViewBase<T>.CurrentItem in the view as the C1ReadOnlyCollectionViewBase<T>.CurrentItem. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<object>) |
![]() | SortAsync | Sorts the collection view according to the specified sort descriptions. |
| Name | Description | |
|---|---|---|
![]() | CanFilter<T> | Returns true if the collection view support filtering. |
![]() | CanGroup<T> | Returns true if the collection view support filtering. |
![]() | CanLoadItems<T> | Returns true if the collection view can load items on demand. |
![]() | CanRefresh<T> | Returns true if the collection view can be refreshed. |
![]() | CanSort<T> | Returns true if the collection view support sorting. |
![]() | CreateFilterFromString<T> | Creates a FilterExpression from a query string. |
![]() | FilterAsync | Overloaded. Filters the data using specified filter parameters. |
![]() | GetFilterExpression<T> | Returns a the current filter expression. |
![]() | GetGroupDescriptions<T> | Returns a list of the current group descriptions. |
![]() | GetSortDescriptions<T> | Returns a list of the current sort descriptions. |
![]() | GroupAsync | Overloaded. Groups the collection view according to the specified group fields. |
![]() | HasMoreItems<T> | Returns true if more items can be loaded. |
![]() | IndexOf<T> | Gets the index of the specified item. |
![]() | LoadMoreItemsAsync<T> | Loads more items. |
![]() | RefreshAsync<T> | Refreshes the collection view. |
![]() | SortAsync | Overloaded. Sorts the collection view according to the specified sort parameters. |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | Occurs after the collection changed. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<object>) |
![]() | CurrentChanged | Occurs after the current item changed. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<object>) |
![]() | CurrentChanging | Occurs when the current item is changing. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<object>) |
![]() | FilterChanged | Raised after a filter operation was performed. |
![]() | GroupChanged | Raised after a grouping operation was performed. |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<object>) |
![]() | SortChanged | Raised after a sort operation was performed. |